home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 12 / Amiga Format AFCD12 (Apr 1997, Issue 96).iso / -in_the_mag- / html_tutorial / mas_cgi1 < prev    next >
Text File  |  1997-01-21  |  325b  |  17 lines

  1. #!/bin/sh
  2. echo Content-type: text/html
  3. echo 
  4. echo 
  5. echo "<HTML>"
  6. echo "<HEAD>"
  7. echo "</HEAD>"
  8. echo "<BODY>"
  9. echo "<H2>Data recorded</H2>"
  10. echo Use the back arrow on the browser
  11. echo to return to the original web page
  12. echo "</BODY>"
  13. echo "</HTML>"
  14. cat  >> /home/snowwhite/staff/mas/log
  15. echo  >> /home/snowwhite/staff/mas/log
  16.  
  17.